home *** CD-ROM | disk | FTP | other *** search
/ PCNet 2004 January - Disc 1 / PCNET_CD_2004_01_1.iso / msi_megastick / playsound.swf / scripts / DefineButton2_21 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2003-08-29  |  88 b   |  8 lines

  1. on(release){
  2.    if(x < 100)
  3.    {
  4.       x += 10;
  5.       bgm_1.setVolume(x);
  6.    }
  7. }
  8.